home *** CD-ROM | disk | FTP | other *** search
/ Enter 2003 March / EnterCD 03_2003.iso / Multimedia / IntelliCAD 2001 3.3 / data1.cab / API / sds / ourbase / OURBASE.H < prev    next >
Encoding:
C/C++ Source or Header  |  2003-01-05  |  2.6 KB  |  90 lines

  1. //  OURBASE.H                                                        
  2. //                                                                   
  3. // .............................................................................
  4. //
  5. // Copyright (c) 1998 by Visio Corporation.  All rights reserved.
  6. //
  7. // The Software is subject to the license agreement that accompanies 
  8. // or is included with the Software, which specifies the permitted 
  9. // and prohibited uses of the Software. Any unauthorized duplication 
  10. // or use of Visio Corporation Software, in whole or in part, in print, 
  11. // or in any other storage and retrieval system is prohibited.
  12. // 
  13. // To the maximum extent permitted by applicable law, Visio Corporation
  14. // and its suppliers disclaim any and all warranties and conditions,
  15. // either express or implied, including, without limitation, implied
  16. // warranties of merchantability, fitness for a particular purpose,
  17. // title, and non-infringement, and those arising out of usage of trade
  18. // or course of dealing, concerning these materials.  These materials
  19. // are provided "as is" without warranty of any kind.
  20. // .............................................................................
  21.  
  22.  
  23. // Includes
  24. #include <stdio.h>
  25. #include <time.h>
  26. #include <direct.h>
  27. #include "sds.h"
  28.  
  29. // Defines
  30. #define ob_DCLFILE "ourbase.dcl"
  31. #define ob_HLPFILE "ourbase.hlp"
  32. #define ob_EXEFILE "ourbase.dll"
  33.  
  34. // Global Vars
  35. sds_hdlg      ob_hdlg;
  36. short         ob_dclloaded;
  37. int           ob_dclid;
  38.  
  39. // Protos 
  40. void  ob_about(void);
  41. void  ob_cleanup(void);
  42. short ob_dofuncs(void);
  43. void  ob_dt(void);
  44. int   ob_func1(void);
  45. int   ob_func2(void);
  46. int   ob_func3(void);
  47. int   ob_func4(void);
  48. int   ob_func5(void);
  49. int   ob_func6(void);
  50. int   ob_func7(void);
  51. int   ob_func8(void);
  52. int   ob_func9(void);
  53. int   ob_func10(void);
  54. int   ob_func11(void);
  55. int   ob_func12(void);
  56. int   ob_func13(void);
  57. int   ob_func14(void);
  58. int   ob_func15(void);
  59. int   ob_func16(void);
  60. int   ob_func17(void);
  61. int   ob_func18(void);
  62. int   ob_func19(void);
  63. int   ob_func20(void);
  64. int   ob_func21(void);
  65. int   ob_func22(void);
  66. int   ob_func23(void);
  67. // 30's
  68. int   ob_func30(void);
  69. int   ob_func31(void);
  70. int   ob_func32(void);
  71. void  ob_listdxf(struct resbuf *elist);
  72. // 40's & 50's
  73. int   ob_func40(void);
  74. int   ob_func41(void);
  75. int   ob_func42(void);
  76. int   ob_func43(void);
  77. int   ob_func44(void);
  78. int   ob_func45(void);
  79. int   ob_func46(void);
  80. int   ob_func47(void);
  81. int   ob_func48(void);
  82. int   ob_func49(void);
  83. int   ob_func50(void);
  84. // 60's 
  85. int   ob_func60(void);
  86.  
  87. void  ob_init(void);
  88. short ob_loadfuncs(void);
  89. void  ob_test(void);
  90.